|
| .NET Framework Class Library |
| BlockingCollection<(Of <(T>)>)..::.ICollection..::.IsSynchronized Property |
| BlockingCollection<(Of <(T>)>) Class See Also Send Feedback |
Gets a value indicating whether access to the ICollection is synchronized.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized |
| C# |
|---|
bool ICollection.IsSynchronized { get; } |
Implements
ICollection..::.IsSynchronized
Exceptions
| Exception | Condition |
|---|---|
| System..::.ObjectDisposedException | The BlockingCollection<(Of <(T>)>) has been disposed. |